-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Add type and template_type query parameter filter to projects:search endpoint
#7995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Add type and template_type query parameter filter to projects:search endpoint
#7995
Conversation
type and template_type query parameter filter to projects:search endpoint
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7995 +/- ##
==========================================
- Coverage 86.11% 85.01% -1.10%
==========================================
Files 1256 696 -560
Lines 51637 32793 -18844
Branches 481 176 -305
==========================================
- Hits 44466 27879 -16587
+ Misses 7037 4856 -2181
+ Partials 134 58 -76
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
odeimaiz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
|
@mergify queue |
🟠 Waiting for conditions to match
|
|
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
6b1b81e
into
ITISFoundation:master



What do these changes do?
typeandtemplate_typequery parameter filter toprojects:searchendpoint (the same way as it is in /projects endpoint)Related issue/s
How to test
services/web/server/tests/unit/with_dbs/04/workspaces/test_workspaces__list_projects_full_search.pyDev-ops